body {
	background-repeat: no-repeat;
	font-family: PingFangSC-light,"Source Sans Pro","Helvetica Neue",Arial,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif
}

body,body * {
	padding: 0;
	margin: 0;
	box-sizing: border-box
}

a {
	text-decoration: none
}

ul,li {
	list-style: none
}

a[href] {
	cursor: pointer
}

.share-logo {
	position: absolute;
	left: -1000px;
	opacity: 0
}

main {
	margin-top: 0;
	overflow-x: hidden;
	position: relative
}

main .bottom-laptop {
	position: absolute;
	right: -189px;
	bottom: 327px
}

main section {
	position: relative;
	padding: 90px 0
}

@media screen and (max-width:1000px) {
	main section {
		padding: 50px 0
	}
}

main section article {
	text-align: center;
	position: relative;
	margin: 0 auto;
	max-width: 1440px;
	font-size: 0
}

@media screen and (max-width:1000px) {
	main section article {
		max-width: 600px;
		margin: 0 auto
	}
}

@media screen and (max-width:640px) {
	main section article {
		margin: 0 20px
	}
}

main section .center {
	text-align: center
}

main section .numbers {
	width: 33%;
	display: inline-block;
	background: #FFFBE0
}

main section .numbers li {
	padding: 10px
}

@-webkit-keyframes newjump {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	to {
		-webkit-transform: translate3d(0,-2px,0);
		transform: translate3d(0,-2px,0)
	}
}

@keyframes newjump {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	to {
		-webkit-transform: translate3d(0,-2px,0);
		transform: translate3d(0,-2px,0)
	}
}

header {
	position: fixed;
	z-index: 99999;
	top: 0;
	width: 100%;
	transition: all .3s ease;
	border: 0;
	height: 73px;
	background: #f8f9fa;
}

@-webkit-keyframes dsloading {
	70% {
		max-width: 0
	}
}

@keyframes dsloading {
	70% {
		max-width: 0
	}
}

header .btnToggle {
	top: 20px;
	right: 30px;
	height: 10px;
	width: 25px;
	height: 25px;
	display: none
}

header .btnToggle em {
	vertical-align: top;
	width: 100%;
	display: inline-block;
	height: 3px;
	position: relative;
	transition: all .5s ease;
	background: #fff
}

header .btnToggle em::before,header .btnToggle em::after {
	content: '';
	transition: .5s all;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 1px
}

header .btnToggle em::before {
	top: -9px
}

header .btnToggle em::after {
	top: 9px
}

header nav {
	position: relative;
	max-width: 1280px;
	margin: 0 auto
}

@media screen and (max-width:1000px) {
	header nav .btnLogin,header nav .btnLogout {
		display: none;
		visibility: hidden
	}
}

header nav .dropdown:after {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: -3px;
	left: 7px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff
}

header nav .menu {
	position: relative
}

header nav .menu.demo {
	display: none
}

@media screen and (max-width:1000px) {
	header nav .menu.demo {
		display: inherit
	}
}

header nav .menu .submenu {
	display: none;
	transition: all .5s ease;
	-webkit-transform: translate(30px,0);
	transform: translate(30px,0);
	width: 210px;
	right: -14px;
	position: absolute;
	margin: 0;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(26,52,45,.1);
	font-size: 16px;
	color: #7d8b86;
	text-align:center;
	padding:12px;
}

header nav .menu .submenu::before {
	content: '';
	display: inline-block;
	position: absolute;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 18px solid #fff;
	left: 46%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-left: -11px;
	-webkit-transform: rotate(-91deg);
	transform: rotate(-91deg);
	margin-left: 0;
	top: -26px;
	
}
header nav .menu .submenu a{
	color:#7d8b86;
	display: flex;
    flex-direction: column;
    padding: 10px;
}

header nav .menu .submenu a:hover{
	color:#326AFF;
	text-decoration: none;
}
header nav .menu .submenu.product {
	width: 350px;
	right: -113px
}

@media screen and (max-width:1000px) {
	header nav .menu .submenu.product {
		width: inherit;
		right: inherit
	}
}

header nav .menu .submenu.product::before {
	left: 46%
}

header nav .menu .submenu.product>ul {
	vertical-align: top;
	width: 170px;
	display: inline-block
}

header nav .menu .submenu>li,header nav .menu .submenu>ul>li {
	float: none;
	text-align:center;
}

header nav .menu .submenu>li a,header nav .menu .submenu>ul>li a {
	padding: 10px 23px 10px 26px;
	width: 100%;
	display: inline-block;
	color: inherit;
}

header nav .menu .submenu>li.active,header nav .menu .submenu>ul>li.active,header nav .menu .submenu>li:hover,header nav .menu .submenu>ul>li:hover {
	color: #40b370;
	background-color: #f4f8fb
}

header nav .menu:hover .submenu {
	display: block
}

header nav .logo {
	position: absolute;
	left: 50px;
	top:7px;
}

@media screen and (max-width:1015px) {
	header nav .logo {
		left: 20px
	}
}

@media screen and (max-width:1000px) {
	header nav .logo {
		left: 6px;
		top: -8px
	}
}

header nav .logo svg,header nav .logo img {
	width: 148px;
	height: 43px
}


@media screen and (max-width:1000px) {
	header nav .logo img {
		width: 106.5px;
        height: 34px;
	}
}
@media screen and (max-width:1000px) {
	header nav .logo svg {
		width: 93px;
		height: 31px
	}
}

header nav ul,header nav li {
	list-style: none
}

header nav .nav-menu {
	position: absolute;
	top: 0;
	right: 250px;
	color:#212529;
}

header nav .nav-menu .new {
	margin-right: 20px
}

@media screen and (max-width:1045px) {
	header nav .nav-menu .new {
		margin-right: 5px
	}
}

header nav .nav-menu .new a {
	position: relative
}

header nav .nav-menu .new a::after {
	content: 'New';
	-webkit-animation: newjump 1s linear 5;
	animation: newjump 1s linear 5;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	padding: 0 5px;
	font-size: 11px;
	color: #40b370;
	border-radius: 11px;
	background-image: linear-gradient(to bottom,#40b370,#fff);
	position: absolute;
	top: 14px
}

@media screen and (max-width:1020px) {
	header nav .nav-menu .new a::after {
		display: none
	}
}

@media screen and (max-width:1000px) {
	header nav .nav-menu .new a::after {
		display: inline-block;
		position: initial;
		margin-left: 10px;
		line-height: 20px
	}
}

header nav .nav-menu>li {
	text-align: left;
	display: inline-block;
	padding-top: 3px
}

header nav .nav-menu>li>a {
	text-decoration: none;
	padding: 22px 15px;
	font-size: 16px;
	line-height: 20px;
	display: block;
	color: #343a40;
}

header nav .nav-menu>li>a:hover {
	color: #326AFF;
}
/* header nav .nav-menu>li>a:hover {
	color: #fff
} */

header nav .buttons {
	position: absolute;
	right: 45px;
	top: 17px
}

@media screen and (max-width:1000px) {
	header nav .buttons {
		right: 55px;
		top: 5px
	}
}

header nav .buttons .btn {
	margin: 0 7.5px
}

/*header {*/
/*	background: #293462;*/
/*}*/

.fixed header {
	background: #f8f9fa;
}

@media screen and (max-width:1000px) {
	.fixed header .btnRegister {
		display: inline-block
	}

	header {
		height: 50px
	}

	header .btnRegister {
		display: none
	}

	header .btnToggle {
		display: block;
		position: absolute;
		right: 20px;
		top: 22px
	}

	header nav .nav-menu {
		transition: all .3s ease;
		display: block;
		background: #fff;
		height: 0;
		overflow-y: scroll;
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		margin: 0
	}

	header nav .nav-menu>li {
		padding-top: 0;
		display: block
	}

	header nav .nav-menu>li>a {
		font-size: 16px;
		line-height: 3.75;
		letter-spacing: normal;
		color: #000;
		padding: 0 15px
	}

	header nav .nav-menu>li>a:hover {
		color: #7d8b86;
	}

	header nav .nav-menu>li .submenu {
		-webkit-transform: none;
		transform: none;
		position: static;
		/* display: block; */
		width: 100%;
		background: rgba(244,248,251,.6);
		max-height: 0;
		overflow: hidden;
		box-shadow: none;
		/* padding-bottom:38px; */
	}

	header nav .nav-menu>li .submenu>li {
		padding: 0
	}

	header nav .nav-menu>li .submenu::before {
		display: none;
	}

	header nav .nav-menu>li:hover .submenu {
		max-height: 800px
	}

	header nav .dropdown::after {
		position: absolute;
		top: 20px;
		right: 22px;
		left: auto;
		border-bottom: 2px solid #7d8b86;
		border-left: 2px solid #7d8b86
	}

	.header-menu-active header nav {
		position: relative
	}

	.header-menu-active header nav .btnToggle em {
		background: rgba(255,255,255,0)
	}

	.header-menu-active header nav .btnToggle em::before,.header-menu-active header nav .btnToggle em::after {
		top: 0
	}

	.header-menu-active header nav .btnToggle em::before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.header-menu-active header nav .btnToggle em::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.header-menu-active header nav .btnRegister {
		display: none
	}

	.header-menu-active header nav .nav-menu {
		background: #fff;
		color:#000;
		right:0;
	}
}

footer {
	/*background-color: #293462;*/
	background: linear-gradient(0deg,#f8f9fa 0,#f8f9fa 100%);
	color: #fff;
	position: relative;

}

footer .bottom-laptop {
	position: absolute;
	right: 0;
	top: -376px;
	pointer-events: none
}

@media screen and (max-width:1000px) {
	footer .bottom-laptop {
		display: none
	}
}

footer section {
	padding: 35px 0 110px;
	max-width: 1280px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	
}

@media screen and (max-width:1000px) {
	footer section {
		text-align: center;
		padding: 32px 0 42px
	}
}

footer section nav {
	text-align: center;
	margin-left: 255px
}

@media screen and (max-width:1000px) {
	footer section nav {
		max-width: 600px;
		margin: 0 auto
	}
}

@media screen and (max-width:640px) {
	footer section nav {
		margin: 0 20px
	}
}

footer section nav .cards {
	font-size: 0
}

@media screen and (max-width:519px) {
	footer section nav .cards {
		text-align: left;
		padding-left: 17px
	}
}
/* 
footer section nav .cards .product {
	width: 170px
} */

@media screen and (max-width:1000px) {
	/* footer section nav .cards .product {
		width: 210px
	} */

	footer section nav .cards .product .h4 {
		font-size: 13px
	}
}

@media screen and (max-width:370px) {
	footer section nav .cards .product {
		width: 200px
	}
}

footer section nav .cards .product>ul {
	display: inline-block;
	vertical-align: top;
	width: 135px
}

@media screen and (max-width:1000px) {
	footer section nav .cards .product>ul {
		padding: 0;
		width: 105px
	}
}

@media screen and (max-width:370px) {
	footer section nav .cards .product>ul {
		width: 100px
	}
}

footer section nav .cards>li {
	vertical-align: top;
	display: inline-block;
	text-align: left;
	width: 135px
}

footer section nav .cards>li h3::before {
	content: '';
	width: 100%;
	border-top: solid 1px #a6a8ab;
	display: inline-block;
	-webkit-transform: translate(-2px,45px);
	transform: translate(-2px,45px)
}

@media screen and (max-width:1000px) {
	footer section nav .cards>li h3::before {
		-webkit-transform: translate(-2px,39px);
		transform: translate(-2px,39px)
	}
}

footer section nav .cards>li:nth-of-type(1) {
	width: 170px
}

@media screen and (max-width:1000px) {
	footer section nav .cards>li:nth-of-type(1) {
		width: 210px
	}
}

@media screen and (max-width:370px) {
	footer section nav .cards>li:nth-of-type(1) {
		width: 200px
	}
}

@media screen and (max-width:1000px) {
	footer section nav .cards>li {
		width: 105px;
		margin: 0;
		text-align: left
	}
}

@media screen and (max-width:370px) {
	footer section nav .cards>li {
		width: 100px
	}
}

@media screen and (max-width:320px) {
	footer section nav .cards>li {
		width: 87px
	}
}

footer section nav .cards>li h3 {
	font-weight: 300;
	color: #212529
}

@media screen and (max-width:1000px) {
	footer section nav .cards>li h3 {
		font-weight: 500
	}
}

footer section nav .cards>li ul {
	margin-top: 25px
}

footer section nav .cards>li ul li {
	list-style: none;
	margin-bottom: 14px
}

footer section nav .cards>li ul li a {
	color: #a6a8ab
}

@media screen and (max-width:1000px) {
	footer section nav .cards>li ul li a {
		font-weight: 500
	}
}

footer section nav .cards>li ul li a:hover {
	color: #fff
}

footer section nav .cards>li ul li.active a {
	color: #fff;
	pointer-events: none
}

footer section nav .left {
	position: absolute;
	left: 48px;
	top: 60px;
	text-align: left
}

@media screen and (max-width:1000px) {
	footer section nav .left {
		position: relative;
		left: 0;
		top: 0
	}
}

footer section nav .left .mp .qrcode {
	width: 144px;
	height: 144px
}

footer section nav .left p {
	color: #a6a8ab
}

footer section nav .left p a {
	color: #a6a8ab
}

footer section nav .left p:nth-of-type(1) {
	font-weight: 300;
	margin-top: 20px
}

@media screen and (max-width:1000px) {
	footer section nav .left p:nth-of-type(1) {
		margin-top: 17px
	}
}

footer section nav .left p:nth-of-type(2) {
	font-weight: 300
}

@media screen and (max-width:1000px) {
	footer section nav .left p:nth-of-type(2) {
		margin-top: 16px
	}
}

footer section nav .left p:nth-of-type(3) {
	margin-top: 13px;
	font-weight: 300
}

footer section nav .left .logo svg,footer section nav .left .logo img {
	width: 140px;
	height: 44px
}

@media screen and (max-width:1000px) {
	footer section nav .left {
		border-top: solid 1px #505254;
		float: none;
		text-align: left;
		padding-top: 22px;
		padding-left: 17px
	}
}

.btnGreen2,.btnGreen,.btnWhite,.btnMore,.btnMoreInCard {
	border-radius: 2px;
	font-size: 16px;
	border: solid 1px #fff;
	cursor: pointer;
	padding: 7px 25px;
	display: inline-block
}

@media screen and (max-width:1000px) {
	.btnGreen2,.btnGreen,.btnWhite,.btnMore,.btnMoreInCard {
		padding: 4px 13px
	}
}

.btnGreen {
	background-color: rgba(255,255,255,.2);
	color: #fff
}

.btnGreen:hover {
	background-color: #fff;
	color: #00a4e5
}

.btnGreen2 {
	background-color: rgba(0,197,135,.1);
	border: solid 1px #20c0ff;
	color: #20c0ff
}

.btnGreen2:hover {
	color: #fff;
	background-color: #20c0ff;
	border: solid 1px #20c0ff
}

.btnWhite {
	background-color: #fff;
	color: #00a4e5
}

.btnMore {
	padding: 7px 36px;
	background-color: rgba(0,197,135,.1);
	border: solid 1px #20c0ff;
	font-size: 16px;
	color: #20c0ff
}

.btnMore:hover {
	background-color: #20c0ff;
	color: #fff
}

.btnMoreInCard {
	background-color: rgba(255,255,255,.2);
	border: solid 1px #fff;
	font-size: 18px;
	color: #fff
}

.btnMoreInCard:hover {
	background-color: #fff;
	border: solid 1px #fff;
	color: #20c0ff
}

.line-title,.line-title-left {
	font-size: 32px;
	line-height: 1.5;
	text-align: center;
	color: #2E4446
}

.line-title::after,.line-title-left::after {
	content: '';
	width: 85px;
	height: 3px;
	border-radius: 4px;
	background-color: #40b370;
	display: block;
	margin: 25px auto 0
}

.line-title a,.line-title-left a {
	color: #52645e
}

.line-title a:hover,.line-title-left a:hover {
	color: #00a4e5
}

@media screen and (max-width:1000px) {
	.line-title,.line-title-left {
		font-size: 20px;
		line-height: 1.5
	}
}

.line-title-sub,.line-title-left-sub {
	display: inline-block;
	width: 100%;
	max-width: 778px;
	font-size: 18px;
	line-height: 1.56;
	text-align: center;
	color: rgba(125,139,134,.7);
	margin-top: 25px
}

@media screen and (max-width:1000px) {
	.line-title-sub,.line-title-left-sub {
		font-size: 14px;
		line-height: 2
	}
}

.line-title-left {
	text-align: left
}

.line-title-left::after {
	margin: 25px 0 0
}

.line-title-left-sub {
	text-align: left
}

h1,.h1 {
	font-size: 32px
}

h2,.h2 {
	font-size: 24px
}

h3,.h3 {
	font-size: 16px
}

h4,.h4 {
	font-size: 16px
}

h5,.h5 {
	font-size: 16px
}

h6,.h6 {
	font-size: 14px
}

@media screen and (max-width:1000px) {
	h1,.h1 {
		font-size: 24px
	}

	h2,.h2 {
		font-size: 20px
	}

	h3,.h3 {
		font-size: 16px
	}

	h4,.h4 {
		font-size: 14px
	}

	h5,.h5 {
		font-size: 13px
	}

	h6,.h6 {
		font-size: 12px
	}
}

.btn {
	font-size: 16px;
	display: inline-block;
	border-radius: 2px;
	cursor: pointer;
	text-align: center
}

article .btn-standard1,article .btn-standard2,article .btn-standard3,article .btn-standard4 {
	padding: 6px 35px 6px 34px
}

.btn-standard1 {
	background-color: rgba(0,197,135,.1);
	border: solid 1px #61d691;
	color: #61d691
}

.btn-standard1:hover,.btn-standard1:active {
	background-color: rgba(22,159,116,.1);
	border: solid 1px #40b370;
	color: #40b370
}

.btn-standard2 {
	background-color: #20c0ff;
	border: solid 1px #20c0ff;
	color: #fff
}

.btn-standard2:hover,.btn-standard2:active {
	background-color: #00a4e5;
	border: solid 1px #00a4e5
}

.btn-standard3 {
	background-color: rgba(255,255,255,.2);
	border: solid 1px #495057;
	color: #495057
}

.btn-standard3:hover,.btn-standard3:active {
	color: #0050b3;
	border: solid 1px #0050b3
}

.btn-standard4 {
	background-color: #fff;
	border: solid 1px #fff;
	color: #40b370;
}

.btn-standard4:hover,.btn-standard4:active {
	border: solid 1px #ececec;
	background-color: #ececec
}

nav .btn-standard1,nav .btn-standard2,nav .btn-standard3,nav .btn-standard4 {
	padding: 3px 12px
}

main section.banner {
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat
}

main section.banner h1,main section.banner .h1 {
	font-weight: 500;
	line-height: 1.46;
	padding: 2px 0
}

main section.banner h2,main section.banner h3,main section.banner .h2,main section.banner .h3 {
	line-height: 1.75;
	padding: 2px 0
}

@media screen and (max-width:1000px) {
	main section.banner h2,main section.banner h3,main section.banner .h2,main section.banner .h3 {
		max-width: inherit
	}
}

main section.banner-shape {
	background-image: url(../img/feature_bg_d405138.png);
	height: 450px
}

@media screen and (max-width:1000px) {
	main section.banner-shape {
		background-image: url(../img/feature_bg_m_2b86ae7.png);
		height: 586px
	}
}

main section.banner-shape h1,main section.banner-shape h2,main section.banner-shape h3,main section.banner-shape h4,main section.banner-shape .h1,main section.banner-shape .h2,main section.banner-shape .h3,main section.banner-shape .h4 {
	text-align: left
}

@media screen and (max-width:1000px) {
	main section.banner-shape h1,main section.banner-shape h2,main section.banner-shape h3,main section.banner-shape h4,main section.banner-shape .h1,main section.banner-shape .h2,main section.banner-shape .h3,main section.banner-shape .h4 {
		text-align: center
	}
}

@media screen and (max-width:1000px) {
	main section.banner-shape article {
		padding-top: 84px
	}
}

main section.banner-shape h2,main section.banner-shape h3,main section.banner-shape .h2,main section.banner-shape .h3 {
	max-width: 460px
}

main section.banner-shape .slogen {
	text-align: left;
	position: absolute;
	left: 159px;
	top: 140px
}

@media screen and (max-width:1000px) {
	main section.banner-shape .slogen {
		text-align: center
	}
}

main section.banner-shape .slogen p:nth-child(1) {
	font-weight: 500;
	line-height: 1.33
}

@media screen and (max-width:1000px) {
	main section.banner-shape .slogen p:nth-child(1) {
		line-height: 1.46
	}
}

main section.banner-shape .slogen p:nth-child(2) {
	line-height: 1.88;
	margin-top: 14px;
	max-width: 460px
}

@media screen and (max-width:1000px) {
	main section.banner-shape .slogen p:nth-child(2) {
		margin-top: 11px;
		line-height: 1.75;
		margin: 14px auto 0
	}
}

main section.banner-shape .slogen .buttons {
	margin-top: 25px
}

@media screen and (max-width:1000px) {
	main section.banner-shape .slogen .buttons {
		margin-top: 20px
	}
}

@media screen and (max-width:1000px) {
	main section.banner-shape .slogen {
		position: static
	}
}

main section.banner-shape .show .grid {
	left: 538px;
	top: 56px;
	width: 858px;
	position: absolute
}

@media screen and (max-width:1000px) {
	main section.banner-shape .show .grid {
		left: 50%;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
		top: 381px;
		height: 60%;
		width: auto
	}
}

main section.banner-shape .show .shape {
	position: absolute;
	left: 819px;
	top: 138px
}

@media screen and (max-width:1000px) {
	main section.banner-shape .show .shape {
		left: 50%;
		top: 381px;
		height: 8rem;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0)
	}
}

main section.banner-poto {
	height: 450px;
	background-image: url(../img/feature_bg_d405138.png)
}

@media screen and (max-width:1000px) {
	main section.banner-poto {
		background-image: url(../img/feature_bg_m_2b86ae7.png)
	}
}

main section.banner-poto article {
	padding-top: 140px
}

@media screen and (max-width:1000px) {
	main section.banner-poto article {
		padding-top: 96px
	}
}

main section.banner-poto h1,main section.banner-poto .h1 {
	margin: 0 auto
}

main section.banner-poto h2,main section.banner-poto h3,main section.banner-poto .h2,main section.banner-poto .h3 {
	max-width: 593px;
	margin: 19px auto 0;
	font-weight: 100
}

@media screen and (max-width:1000px) {
	main section.banner-poto h2,main section.banner-poto h3,main section.banner-poto .h2,main section.banner-poto .h3 {
		margin: 13px auto 0
	}
}

main section.banner-poto .buttons {
	margin: 46px
}

main section.banner-simple {
	background-color: #257c4f;
	height: 350px
}

main section.banner-simple article {
	padding-top: 140px
}

@media screen and (max-width:1000px) {
	main section.banner-simple article {
		padding-top: 96px
	}
}

main section.banner-simple h1,main section.banner-simple .h1 {
	margin: 0 auto
}

main section.banner-simple h2,main section.banner-simple h3,main section.banner-simple .h2,main section.banner-simple .h3 {
	max-width: 593px;
	margin: 19px auto 0;
	font-weight: 100
}

@media screen and (max-width:1000px) {
	main section.banner-simple h2,main section.banner-simple h3,main section.banner-simple .h2,main section.banner-simple .h3 {
		margin: 13px auto 0
	}
}

main section.banner-simple .buttons {
	margin: 46px
}

section article {
	margin: 0 20px
}

.h1,.h2,.h3,.h4,.h5,.h6 {
	color: #2E4446
}

.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a {
	color: #2E4446
}

.h1.detail,.h2.detail,.h3.detail,.h4.detail,.h5.detail,.h6.detail {
	color: #6C7C7D
}

.dark .h1,.dark .h2,.dark .h3,.dark .h4,.dark .h5,.dark .h6 {
	color: #fff
}

.dark .h1 a,.dark .h2 a,.dark .h3 a,.dark .h4 a,.dark .h5 a,.dark .h6 a {
	color: #fff
}

.mobile-only {
	display: none
}

@media screen and (max-width:1000px) {
	.mobile-only {
		display: block
	}
}

@media screen and (max-width:1000px) {
	.desktop-only {
		display: none
	}
}

/*main section.start {*/
/*	background-image: linear-gradient(106deg,#20c0ff,#00a4e5);*/
/*	background-size: cover;*/
/*	padding-bottom: 0;*/
/*	overflow: hidden*/
/*}*/

main section.start::before {
	content: '';
	width: 100%;
	height: 70%;
	background-image: url(../img/index/drawbridge_3e59876.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -2px;
	right: -5px;
	z-index: 0
}

@media screen and (max-width:1000px) {
	main section.start::before {
		background-position: center bottom;
		right: 0
	}
}

main section.start .footer {
	height: 24px;
	background: #2f3939
}

main section.start .bottom-laptop {
	position: absolute;
	right: 0;
	bottom: -124px
}

@media screen and (max-width:1000px) {
	main section.start .bottom-laptop {
		display: none
	}
}

main section.start article {
	text-align: left;
	height: 270px;
	position: relative;
	padding-top: 40px;
	z-index: 1
}

@media screen and (max-width:1000px) {
	main section.start article {
		padding-top: 26px;
		text-align: center;
		height: 200px
	}
}

main section.start article p {
	margin-left: 173px;
	color: #fff;
	font-weight: 500
}

@media screen and (max-width:1000px) {
	main section.start article p {
		margin-left: 0
	}
}

/* main section.start article p:nth-of-type(1) {
	line-height: 1.5
} */

/* main section.start article p:nth-of-type(2) {
	margin-top: 10px;
	line-height: 1.71
} */

@media screen and (max-width:1000px) {
	main section.start article p:nth-of-type(2) {
		margin-top: 9px
	}
}

main section.start article .buttons {
	margin-left: 175px;
	margin-top: 25px;
	position: relative;
	font-size: 0
}

@media screen and (max-width:1000px) {
	main section.start article .buttons {
		margin-left: 0
	}
}

main section.start article .buttons .btn {
	margin: 0 5px
}

main section.start article .buttons .btn:first-child {
	margin-left: 0
}

main section.start article .buttons .btn:last-child {
	margin-right: 0
}

main section.start article .drawbridge {
	position: absolute;
	height: 50%;
	bottom: -2px;
	right: 0
}

main section.customer article {
	position: relative
}

main section.customer article>img {
	margin-top: 99px
}

main section.customer article .arrow {
	display: inline-block;
	cursor: pointer;
	width: 49px;
	height: 32px;
	background-image: url(../img/index/arrow_0933766.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	position: absolute
}

@media screen and (max-width:1000px) {
	main section.customer article .arrow {
		width: 34.3px;
		height: 22.4px
	}
}

main section.customer article .arrow.arrow-prev {
	left: 50px
}

@media screen and (max-width:1000px) {
	main section.customer article .arrow.arrow-prev {
		left: -10px
	}
}

main section.customer article .arrow.arrow-next {
	right: 50px;
	-webkit-transform: scale(-1,1);
	transform: scale(-1,1)
}

@media screen and (max-width:1000px) {
	main section.customer article .arrow.arrow-next {
		right: -10px
	}
}

main section.customer article .arrow:hover {
	background-image: url(../img/index/arrow-h_6d248cf.svg)
}

main section.customer .message {
	margin: 112px auto 0;
	padding: 52px 53px 27px 55px;
	max-width: 874px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 15px 30px 0 rgba(26,52,45,.1);
	position: relative;
	white-space: nowrap
}

main section.customer .message .talk {
	transition: all .7s
}

main section.customer .message .talk.nav-index-1 {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0)
}

main section.customer .message .talk.nav-index-2 {
	-webkit-transform: translate3d(-200%,0,0);
	transform: translate3d(-200%,0,0)
}

main section.customer .message .talk.nav-index-3 {
	-webkit-transform: translate3d(-300%,0,0);
	transform: translate3d(-300%,0,0)
}

main section.customer .message .talk.nav-index-4 {
	-webkit-transform: translate3d(-400%,0,0);
	transform: translate3d(-400%,0,0)
}

main section.customer .message .talk.nav-index-5 {
	-webkit-transform: translate3d(-500%,0,0);
	transform: translate3d(-500%,0,0)
}

main section.customer .message::before {
	content: '';
	background: url(../img/index/quoted_2204b74.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 113px;
	height: 98px;
	position: absolute;
	top: -50px;
	left: 40px
}

@media screen and (max-width:1000px) {
	main section.customer .message::before {
		width: 83px;
		height: 72px;
		left: 0
	}
}

main section.customer .message li {
	transition: all .7s;
	display: inline-block;
	white-space: normal;
	opacity: 0;
	position: relative
}

main section.customer .message li.active {
	opacity: 1
}

main section.customer .message li img {
	width: 78px;
	height: 78px;
	position: absolute;
	top: -88px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0)
}

main section.customer .message p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	color: #7d8b86
}

@media screen and (max-width:1000px) {
	main section.customer .message p:nth-of-type(1) {
		font-size: 16px;
		line-height: 2
	}
}

main section.customer .message p:nth-of-type(2) {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.69;
	text-align: justify;
	color: rgba(125,139,134,.8)
}

@media screen and (max-width:1000px) {
	main section.customer .message p:nth-of-type(2) {
		font-size: 14px;
		line-height: 2;
		color: #7d8b86
	}
}

main section.customer .nav {
	margin-top: 62px
}

main section.customer .nav li {
	margin: 9px;
	border-radius: 50%;
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: rgba(125,139,134,.2)
}

main section.customer .nav li.active {
	background-color: #20c0ff
}

@media screen and (max-width:1000px) {
	.figure {
		width: 100%;
		max-width: 335px;
		margin: 0 auto
	}
}

main .laboratory {
	left: 637px;
	top: 212px
}

@media screen and (max-width:1340px) {
	main .laboratory {
		left: 500px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}
}

@media screen and (max-width:1140px) {
	main .laboratory {
		left: 450px;
		-webkit-transform: scale(0.85);
		transform: scale(0.85)
	}
}

@media screen and (max-width:1077px) {
	main .laboratory {
		left: 400px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}
}

@media screen and (max-width:1000px) {
	main .laboratory {
		left: 50%;
		top: 174px;
		-webkit-transform: scale(0.5) translate(-100%,-20%);
		transform: scale(0.5) translate(-100%,-20%)
	}
}

main section em.line {
	display: inline-block;
	margin-top: 20px;
	width: 85px;
	height: 3px;
	border-radius: 4px;
	background-color: #20c0ff
}

main section.banner {
	background-image: url(../img/index/bg_b8c3d0f.png);
	background-repeat: no-repeat;
	background-size: cover
}

@media screen and (max-width:1000px) {
	main section.banner {
		background-image: url(../img/index/bg_m_681956d.png);
		padding-top: 84px
	}
}

main section.banner article {
	height: 703px
}

@media screen and (max-width:1000px) {
	main section.banner article {
		height: 530px
	}
}

main section.banner .slogen {
	position: absolute;
	left: 159px;
	top: 225px;
	z-index: 1;
	text-align: left
}

@media screen and (max-width:1000px) {
	main section.banner .slogen {
		text-align: center
	}
}

main section.banner .slogen p {
	color: #fff
}

main section.banner .slogen p:nth-child(1) {
	line-height: 1.25;
	font-size: 32px;
	font-weight: 500
}

@media screen and (max-width:1000px) {
	main section.banner .slogen p:nth-child(1) {
		font-size: 24px;
		line-height: 1.46
	}
}

main section.banner .slogen p:nth-child(2) {
	font-size: 22px;
	line-height: 1.32;
	margin-top: 14px
}

@media screen and (max-width:1000px) {
	main section.banner .slogen p:nth-child(2) {
		margin-top: 11px;
		font-size: 16px;
		line-height: 1.75
	}
}

main section.banner .slogen .buttons {
	margin-top: 52px
}

@media screen and (max-width:1000px) {
	main section.banner .slogen .buttons {
		margin-top: 30px
	}
}

main section.banner .slogen .buttons .btn {
	margin: 10px
}

@media screen and (max-width:1000px) {
	main section.banner .slogen {
		position: static
	}
}

main section.know-users {
	background: #fff
}

main section.know-users .books {
	margin-top: 30px
}

main section.know-users .books-pic {
	display: inline-block;
	position: relative;
	vertical-align: middle
}

main section.know-users .books-pic:nth-child(1) img,main section.know-users .books-pic:nth-child(2) img {
	-webkit-transform: translate(-17px,0);
	transform: translate(-17px,0)
}

main section.know-users .books-pic:nth-child(3) img {
	-webkit-transform: translate(-23px,0);
	transform: translate(-23px,0)
}

@media screen and (max-width:1252px) {
	main section.know-users .books-pic {
		margin: 35px auto 0
	}
}

@media screen and (max-width:1000px) {
	main section.know-users .books-pic {
		width: 89%
	}

	main section.know-users .books-pic:nth-of-type(2) {
		margin: 50px auto 0
	}
}

main section.know-users .books-pic img {
	display: -webkit-box;
	min-width: 284px;
	width: 28%;
	margin: 0 47.5px;
	-webkit-box-pack: center
}

@media screen and (max-width:1000px) {
	main section.know-users .books-pic img {
		margin: auto;
		min-width: 205px
	}
}

main section.know-users .books-pic .buttons {
	display: inline-block;
	position: relative;
	-webkit-box-pack: center;
	margin-top: 15px
}

main section.know-users .books-pic .buttons .btn {
	padding-left: 15px;
	padding-right: 15.5px
}

@media screen and (max-width:1000px) {
	main section.know-users .books-pic .buttons {
		margin-top: 20px;
		width: auto
	}

	main section.know-users .books-pic .buttons .area_know_users.btn-standard1 {
		padding: 6px
	}

	main section.know-users .books-pic .buttons .area_know_users.btn-standard2 {
		padding: 6px 18px
	}
}

main section.know-users .books-pic .buttons:hover .qrcode {
	display: block
}

main section.know-users .books-pic .buttons .qrcode {
	display: none;
	position: absolute;
	top: -229px;
	left: -12px;
	width: 208px;
	min-width: 208px
}

@media screen and (max-width:1252px) {
	main section.know-users .books-pic .buttons .qrcode {
		width: 100%;
		max-width: 208px;
		left: -12px
	}
}

@media screen and (max-width:1000px) {
	main section.know-users .books-pic .buttons .qrcode {
		left: -3px
	}
}

main section.know-users .books-desc {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	max-width: 492px;
	margin-left: 39.6px;
	margin-top: -52px
}

@media screen and (max-width:1430px) {
	main section.know-users .books-desc {
		width: calc(100% - 866px);
		margin-right: 50px
	}
}

@media screen and (max-width:1252px) {
	main section.know-users .books-desc {
		max-width: 50%;
		width: auto;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 25%
	}
}

@media screen and (max-width:1000px) {
	main section.know-users .books-desc {
		max-width: 100%;
		width: auto;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0
	}
}

main section.know-users .books-desc p {
	text-align: left
}

@media screen and (max-width:1252px) {
	main section.know-users .books-desc p {
		text-align: center
	}
}

@media screen and (max-width:1000px) {
	main section.know-users .books-desc p {
		text-align: center
	}
}

main section.know-users .books-desc p:after {
	margin-left: 0
}

@media screen and (max-width:1252px) {
	main section.know-users .books-desc p:after {
		margin-left: auto
	}
}

main section.features {
	background: rgba(244,248,251,.6)
}

main section.features .figure {
	padding: 0 20px;
	display: block;
	margin: 42px auto;
	max-width: 432px;
	width: 100%
}

@media screen and (max-width:1000px) {
	main section.features .figure {
		padding: 0;
		margin: 20px auto;
		display: none
	}
}

main section.features .buttons {
	margin-top: 42.5px
}

@media screen and (max-width:1000px) {
	main section.features .buttons {
		margin-top: 20px
	}
}

main section.features .buttons .btn {
	margin: 0 7.5px
}

main section.features .cards {
	text-align: center;
	margin-top: 29.5px
}

main section.features .cards li {
	position: relative;
	text-align: center;
	max-width: 280px;
	height: 290px;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(26,52,45,.1);
	display: inline-block;
	padding: 34px 40px;
	margin: 16.5px
}

@media screen and (max-width:1000px) {
	main section.features .cards li {
		width: 100%;
		max-width: inherit;
		margin: 15px 0;
		padding: 23px 20px 23px 110px;
		height: auto
	}
}

main section.features .cards li .btn {
	position: absolute;
	display: none;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0)
}

@media screen and (max-width:1000px) {
	main section.features .cards li .btn {
		-webkit-transform: none;
		transform: none;
		left: 110px;
		bottom: 7px
	}
}



@media screen and (max-width:1000px) {
	main section.features .cards li p:nth-of-type(1) {
		margin-top: 0;
		text-align: left
	}
}


@media screen and (max-width:1000px) {
	main section.features .cards li p:nth-of-type(2) {
		text-align: left
	}
}

main section.features .cards li .icon.inverse {
	display: none
}

@media screen and (max-width:1000px) {
	main section.features .cards li .icon {
		position: absolute;
		height: 43px;
		left: 38px;
		top: 28px
	}
}

main section.collection .left {
	display: inline-block;
	vertical-align: top;
	width: 50%
}

@media screen and (max-width:1000px) {
	main section.collection .left {
		width: 100%;
		margin: 0
	}

	main section.collection .left .line-title-left {
		text-align: center
	}

	main section.collection .left .line-title-left::after {
		margin: 25px auto
	}
}

main section.collection .left .figure {
	display: block;
	margin-top: 35.2px;
	max-width: 468px;
	width: 100%;
	padding: 0 20px
}

@media screen and (max-width:1000px) {
	main section.collection .left .figure {
		padding: 0;
		display: none
	}
}

main section.collection .buttons {
	margin-top: 30px
}

@media screen and (max-width:1000px) {
	main section.collection .buttons {
		margin-top: 20px
	}
}

main section.collection .buttons .btn {
	margin: 0 7.5px
}



@media screen and (max-width:1000px) {
	main section.collection .cards {
		display: block
	}
}



@media screen and (max-width:1000px) {
	main section.collection .cards li {
		max-width: inherit;
		width: 100%;
		margin: 15px 0;
		padding: 23px 20px 23px 110px;
		height: auto
	}
}

main section.collection .cards li .btn {
	left: 147px;
	bottom: 30px;
	position: absolute;
	display: none
}

@media screen and (max-width:1000px) {
	main section.collection .cards li .btn {
		left: 110px;
		bottom: 7px
	}
}




main section.collection .cards li:hover p:nth-of-type(2) {
	visibility: hidden
}

main section.collection .cards li .icon {
	position: absolute;
	left: 45px;
	top: 39px
}

main section.collection .cards li .icon.inverse {
	display: none
}

@media screen and (max-width:1000px) {
	main section.collection .cards li .icon {
		height: 43px;
		left: 38px;
		top: 28px
	}
}



@media screen and (max-width:1000px) {
	main section.collection .cards li p {
		margin-left: 0
	}
}

main section.collection .cards li p:nth-of-type(1) {
	font-weight: 500;
	line-height: 1.5
}

main section.collection .cards li p:nth-of-type(2) {
	margin-top: 5.3px;
	line-height: 1.79;
	text-align: justify
}

main section.paas {
	background-color: rgba(244,248,251,.6);
	text-align: center
}

main section.paas .figure {
	margin-top: 30px
}

@media screen and (max-width:1000px) {
	main section.paas .figure {
		display: none
	}
}

main section.paas .buttons {
	margin-top: 30px
}

@media screen and (max-width:1000px) {
	main section.paas .buttons {
		margin-top: 20px
	}
}

main section.paas .buttons .btn {
	margin: 0 7.5px
}

main section.paas .cards {
	position: relative;
	margin-top: 35.5px;
	font-size: 0
}



@media screen and (max-width:1000px) {
	main section.paas .cards li {
		max-width: inherit;
		width: 100%;
		margin: 15px 0;
		padding: 23px 20px 23px 110px;
		height: auto
	}
}


@media screen and (max-width:1000px) {
	main section.paas .cards li .btn {
		bottom: 7px
	}
}

main section.paas .cards li:hover {
	background-image: linear-gradient(to top,#007bff,#0476f1);
	box-shadow: 0 0 20px 0 rgba(26,52,45,.1)
}



main section.paas .cards li:hover .icon {
	display: none
}



main section.paas .cards li:hover p:nth-of-type(2) {
	visibility: hidden
}

main section.paas .cards li .icon {
	position: absolute;
	top: 40.5px;
	left: 51px
}

@media screen and (max-width:1000px) {
	main section.paas .cards li .icon {
		height: 43px;
		left: 38px;
		top: 28px
	}
}

main section.paas .cards li .icon.inverse {
	display: none
}

main section.paas .cards li p {
	margin-left: 70px
}

@media screen and (max-width:1000px) {
	main section.paas .cards li p {
		margin-left: 0
	}
}

main section.paas .cards li p:nth-of-type(1) {
	margin-top: 20px;
	font-weight: 500;
	line-height: 1.5
}

@media screen and (max-width:1000px) {
	main section.paas .cards li p:nth-of-type(1) {
		margin-top: 0
	}
}

main section.paas .cards li p:nth-of-type(2) {
	margin-top: 8px;
	line-height: 1.39
}

main section.private {
	position: relative
}

@media screen and (max-width:1000px) {
	main section.private .figure {
		display: none
	}
}

main section.private .buttons {
	margin-top: 30px
}

@media screen and (max-width:1000px) {
	main section.private .buttons {
		margin-top: 20px
	}
}

main section.private .buttons .btn {
	margin: 0 7.5px
}

main section.private .left {
	text-align: left;
	display: inline-block;
	width: 40%
}

@media screen and (max-width:1000px) {
	main section.private .left {
		width: auto
	}

	main section.private .left .line-title-left {
		text-align: center
	}

	main section.private .left .line-title-left::after {
		margin: 25px auto 0
	}
}

main section.private .left .buttons {
	padding: 0 20px;
	margin-top: 53.8px
}

@media screen and (max-width:1000px) {
	main section.private .left .buttons {
		margin-top: 20px;
		text-align: center
	}
}

main section.private .right {
	display: inline-block;
	width: 40%
}

@media screen and (max-width:1000px) {
	main section.private .right {
		width: auto
	}
}

main section.private .right .figure {
	margin-top: 35px;
	max-width: 399px;
	width: 100%
}

/*main section.solution {*/
/*	background-image: radial-gradient(circle at 50% 100%,#20c0ff,#00a4e5)*/
/*}*/

main section.solution article {
	text-align: center
}



@media screen and (max-width:1000px) {
	main section.solution article p {
		line-height: 1.5
	}
}

main section.solution article .message {
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(12,24,16,.1);
	white-space: nowrap;
	margin: 102px 120px 0
}

@media screen and (max-width:1000px) {
	main section.solution article .message {
		margin: 24px 0 0
	}
}



main section.solution article .message .nav-desc.nav-index-1 {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0)
}

main section.solution article .message .nav-desc.nav-index-2 {
	-webkit-transform: translate3d(-200%,0,0);
	transform: translate3d(-200%,0,0)
}

main section.solution article .message .nav-desc.nav-index-3 {
	-webkit-transform: translate3d(-300%,0,0);
	transform: translate3d(-300%,0,0)
}

main section.solution article .message .nav-desc.nav-index-4 {
	-webkit-transform: translate3d(-400%,0,0);
	transform: translate3d(-400%,0,0)
}

main section.solution article .message .nav-desc.nav-index-5 {
	-webkit-transform: translate3d(-500%,0,0);
	transform: translate3d(-500%,0,0)
}


main section.solution article .message .nav-desc li p {
	color: #7d8b86
}

/* @media screen and (max-width:1000px) {
	main section.solution article .message .nav-desc li {
		padding: 20px
	}
} */

/* main section.solution article .message .nav-desc li.active {
	opacity: 1;
	display: inline-block
} */

main section.solution article .circles {
	margin-top: 49px;
	font-size: 0
}



@media screen and (max-width:1085px) {
	main section.solution article .circles .circle {
		margin: 0
	}
}

@media screen and (max-width:1000px) {
	main section.solution article .circles .circle {
		vertical-align: top;
		width: 24%;
		height: 137px;
		border-radius: 0;
		margin: 0;
		position: relative;
		padding: 12px 0
	}

	main section.solution article .circles .circle.active::after {
		content: '';
		width: 0;
		height: 0;
		border: 20px solid transparent;
		border-top-color: #fff;
		bottom: -38px;
		left: 50%;
		margin-left: -20px;
		position: absolute
	}
}



@media screen and (max-width:1000px) {
	main section.solution article .circles .circle.active {
		-webkit-transform: none;
		transform: none
	}
}

/*main section.solution article .circles .circle.active p:nth-of-type(1) {*/
/*	color: #00a4e5*/
/*}*/

/*main section.solution article .circles .circle.active p:nth-of-type(2) {*/
/*	color: #00a4e5*/
/*}*/

main section.solution article .circles .circle p:nth-of-type(1) {
	margin-top: 23px;
	color: #fff;
}

@media screen and (max-width:1000px) {
	main section.solution article .circles .circle p:nth-of-type(1) {
		line-height: 1.5;
		margin-top: 0
	}
}



@media screen and (max-width:1000px) {
	main section.solution article .circles .circle p:nth-of-type(2) {
		line-height: 1.71;
		margin-top: 0
	}
}

/*main section.solution article .circles .chain {*/
/*	width: 11.9px;*/
/*	height: 12.4px;*/
/*	background-color: #59ccf9;*/
/*	border-radius: 50%;*/
/*	display: inline-block;*/
/*	margin: 0 5.5px*/
/*}*/

@media screen and (max-width:1000px) {
	main section.solution article .circles .chain {
		display: none
	}
}

main section.customer {
	background-color: rgba(244,248,251,.6)
}

main section.industry-leader {
	padding-bottom: 0
}

main section.industry-leader .logo-wall {
	margin-top: 14px;
	font-size: 0;
	padding: 20px
}

@media screen and (max-width:1000px) {
	main section.industry-leader .logo-wall {
		padding: 0
	}
}

main section.industry-leader .logo-wall li {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 142px;
	height: 60px;
	display: inline-block;
	margin: 26px 30px
}
main section.industry-leader .logo-wall li img {
	width: 142px;
	height: 60px;
}

@media screen and (max-width:1000px) {
	main section.industry-leader .logo-wall li {
		width: 28%;
		height: 30px;
		margin: 20px 7px
	}
}

main section.demo {
	padding-top: 0
}

main section.demo>p {
	font-size: 27px;
	color: #7d8b86
}

main section.demo .cards {
	margin-top: 60px;
	font-size: 0
}

main section.demo .cards li {
	display: inline-block;
	width: 310px;
	height: 144px;
	background-color: rgba(216,216,216,.7);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden
}

@media screen and (max-width:1000px) {
	main section.demo .cards li {
		width: 50%;
		max-width: 310px;
		height: 78px
	}
}

main section.demo .cards li:hover::before {
	position: absolute;
	left: 0;
	right: 0;
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: .79;
	background-image: linear-gradient(117deg,#20c0ff,#00a4e5)
}

main section.demo .cards li:hover p {
	display: none
}

main section.demo .cards li:hover .btn {
	display: inline-block
}

main section.demo .cards li .btn {
	position: relative;
	z-index: 2;
	margin-top: 64px;
	display: none
}

@media screen and (max-width:1000px) {
	main section.demo .cards li .btn {
		margin-top: 22px
	}
}

main section.demo .cards li p {
	margin-top: 68px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #00a4e5
}

@media screen and (max-width:1000px) {
	main section.demo .cards li p {
		margin-top: 24px
	}
}

main section.video {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 999999;
	border-radius: 4px;
	padding: 4px;
	background: #fff;
	display: none
}

main section.video .cplay {
	opacity: .7
}

main section.video:hover .cplay {
	fill: green
}

main section.video .toolbar {
	text-align: right
}

main section.video .toolbar button {
	color: #000;
	font-size: 14px;
	margin: 3px
}

main section.video .video-box {
	width: 843px;
	height: 474px;
	background-color: #e2dfe8;
	position: relative;
	cursor: pointer
}

@media screen and (max-width:1000px) {
	main section.video .video-box {
		width: 300px;
		height: 167.68867925px
	}
}

main section.video .video-box svg {
	position: absolute;
	width: 30%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

main section.video .video-box svg.cplay {
	width: 15%
}

main section.video video {
	width: 100%;
	height: 100%
}

main section.video video:focus {
	outline: 0
}

main section.video video:-moz-focusring,main section.video video::-moz-focus-inner {
	color: transparent!important;
	text-shadow: 0 0 0 #000!important;
	background-image: none!important;
	border: 0
}
